home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / uni_cycle_balancer_game.swf / scripts / DefineButton2_203 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2012-01-07  |  302 b   |  14 lines

  1. on(press){
  2.    stopAllSounds();
  3.    _root.star.pl = 1;
  4.    _root.lev = 7;
  5.    _root.dog.gotoAndStop(1);
  6.    _root.dog.go = false;
  7.    _root.dog.thik = 0;
  8.    _root.wheel.chal = 1;
  9.    _root.dog._x = _root.st._x;
  10.    _root.dog._y = _root.st._y;
  11.    _root.butt._visible = false;
  12.    gotoAndStop(38);
  13. }
  14.